summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/FileViewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Msg_Export/src/FileViewer.h')
-rwxr-xr-xplugins/Msg_Export/src/FileViewer.h3
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;