summaryrefslogtreecommitdiff
path: root/OPJViewer/source/imagjp2.cpp
diff options
context:
space:
mode:
authorGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2007-03-30 09:27:08 +0000
committerGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2007-03-30 09:27:08 +0000
commit7dd3a5bf22f149d3ea3797ab01d3d5cf206b4d31 (patch)
treeb6fb88702317ffeb5d019baabbcb58bb60a5017d /OPJViewer/source/imagjp2.cpp
parent9ba672366e5dfc2151544b0ef9c51f1a81ae3194 (diff)
OPJViewer should now work under Linux, at least with not big j2k files. Tested under Suse 10.1 64 bit.
Diffstat (limited to 'OPJViewer/source/imagjp2.cpp')
-rw-r--r--OPJViewer/source/imagjp2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPJViewer/source/imagjp2.cpp b/OPJViewer/source/imagjp2.cpp
index b1a23bde..849c6e45 100644
--- a/OPJViewer/source/imagjp2.cpp
+++ b/OPJViewer/source/imagjp2.cpp
@@ -112,6 +112,7 @@ void jp2_info_callback(const char *msg, void *client_data) {
wxMutexGuiLeave();
}
+
// load the jp2 file format
bool wxJP2Handler::LoadFile(wxImage *image, wxInputStream& stream, bool verbose, int index)
{