1
0
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:
RichardAsh1981@gmail.com
2013-09-21 19:30:00 +00:00
parent eee032648e
commit 61de872bf2
5 changed files with 10 additions and 10 deletions

View File

@@ -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"
};