mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
Make a large number of global variables static so they only have file scope when that is all they need. Part of a patch by Campbell Barton
This commit is contained in:
@@ -186,7 +186,7 @@ WX_DEFINE_USER_EXPORTED_OBJARRAY( ArrayOfColours )
|
||||
#include "AllThemeResources.h"
|
||||
|
||||
// Include the ImageCache...
|
||||
unsigned char ImageCacheAsData[] = {
|
||||
static unsigned char ImageCacheAsData[] = {
|
||||
#include "ThemeAsCeeCode.h"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user