projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2 warnings from Solaris build log fixed
[wxWidgets.git]
/
src
/
common
/
imagpnm.cpp
diff --git
a/src/common/imagpnm.cpp
b/src/common/imagpnm.cpp
index 700ea8d0b6dfbf0765161fd8bdbef8371f39b674..3646d49e8205beff3b0eb7bbabe1fe626e07fdab 100644
(file)
--- a/
src/common/imagpnm.cpp
+++ b/
src/common/imagpnm.cpp
@@
-7,10
+7,9
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-/*
- We don't put pragma implement in this file because it is already present in
- src/common/image.cpp
-*/
+#ifdef __GNUG__
+#pragma implementation "imagpnm.h"
+#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-25,7
+24,7
@@
#if wxUSE_PNM
#if wxUSE_PNM
-#include "wx/imag
e
.h"
+#include "wx/imag
pnm
.h"
#include "wx/log.h"
#include "wx/intl.h"
#include "wx/txtstrm.h"
#include "wx/log.h"
#include "wx/intl.h"
#include "wx/txtstrm.h"
@@
-34,9
+33,7
@@
// wxBMPHandler
//-----------------------------------------------------------------------------
// wxBMPHandler
//-----------------------------------------------------------------------------
-#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxPNMHandler,wxImageHandler)
IMPLEMENT_DYNAMIC_CLASS(wxPNMHandler,wxImageHandler)
-#endif
#if wxUSE_STREAMS
#if wxUSE_STREAMS