diff options
Diffstat (limited to 'plugins/Db_autobackups/headers.h')
-rw-r--r-- | plugins/Db_autobackups/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/headers.h b/plugins/Db_autobackups/headers.h index b0c235855a..41da04b69b 100644 --- a/plugins/Db_autobackups/headers.h +++ b/plugins/Db_autobackups/headers.h @@ -44,6 +44,6 @@ int LoadOptions(void); HWND CreateToolTip(HWND hwndParent, LPTSTR ptszText, LPTSTR ptszTitle);
extern HINSTANCE hInst;
-TCHAR* profilePath;
+extern TCHAR* profilePath;
#endif
|