diff options
Diffstat (limited to 'plugins/Msg_Export/src/FileViewer.h')
-rwxr-xr-x | plugins/Msg_Export/src/FileViewer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/FileViewer.h b/plugins/Msg_Export/src/FileViewer.h index 4e238bdf54..400938080e 100755 --- a/plugins/Msg_Export/src/FileViewer.h +++ b/plugins/Msg_Export/src/FileViewer.h @@ -25,7 +25,8 @@ bool bOpenExternaly(MCONTACT hContact); bool bShowFileViewer(MCONTACT hContact);
bool bUseInternalViewer(bool bNew);
-bool bUseInternalViewer();
+
+extern bool g_bUseIntViewer;
extern wstring sFileViewerPrg;
|