aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerVariablesController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPServerVariablesController.h')
-rw-r--r--Source/SPServerVariablesController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPServerVariablesController.h b/Source/SPServerVariablesController.h
index 160f1dc8..4d15fb2b 100644
--- a/Source/SPServerVariablesController.h
+++ b/Source/SPServerVariablesController.h
@@ -33,7 +33,8 @@
@interface SPServerVariablesController : NSWindowController
{
SPMySQLConnection *connection;
-
+
+ NSUserDefaults *prefs;
NSMutableArray *variables, *variablesFiltered;
IBOutlet NSTableView *variablesTableView;