From 45016e1a6bfed375993470efa844b94a42a41c73 Mon Sep 17 00:00:00 2001 From: David Webster Date: Sat, 9 Oct 1999 04:19:01 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/gauge.h | 1 - include/wx/os2/gdiobj.h | 6 +++--- src/os2/gauge.cpp | 1 - src/os2/gdiobj.cpp | 1 - src/os2/makefile.va | 1 + 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/include/wx/os2/gauge.h b/include/wx/os2/gauge.h index 8cb420346e..544b633099 100644 --- a/include/wx/os2/gauge.h +++ b/include/wx/os2/gauge.h @@ -16,7 +16,6 @@ WXDLLEXPORT_DATA(extern const char*) wxGaugeNameStr; -// Group box class WXDLLEXPORT wxGauge: public wxControl { DECLARE_DYNAMIC_CLASS(wxGauge) diff --git a/include/wx/os2/gdiobj.h b/include/wx/os2/gdiobj.h index d417de921c..8df2166d6a 100644 --- a/include/wx/os2/gdiobj.h +++ b/include/wx/os2/gdiobj.h @@ -14,11 +14,11 @@ #include "wx/object.h" -class WXDLLEXPORT wxGDIRefData: public wxObjectRefData { +class WXDLLEXPORT wxGDIRefData: public wxObjectRefData +{ public: inline wxGDIRefData() - { - } + { } }; #define M_GDIDATA ((wxGDIRefData *)m_refData) diff --git a/src/os2/gauge.cpp b/src/os2/gauge.cpp index 89d6f45340..54d06fa5ae 100644 --- a/src/os2/gauge.cpp +++ b/src/os2/gauge.cpp @@ -9,7 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -// For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifndef WX_PRECOMP diff --git a/src/os2/gdiobj.cpp b/src/os2/gdiobj.cpp index 4790c5d218..11b4d014af 100644 --- a/src/os2/gdiobj.cpp +++ b/src/os2/gdiobj.cpp @@ -9,7 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -// For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #include "wx/gdiobj.h" diff --git a/src/os2/makefile.va b/src/os2/makefile.va index 2b3eac9a9a..ed81b2aea9 100644 --- a/src/os2/makefile.va +++ b/src/os2/makefile.va @@ -315,6 +315,7 @@ OS2OBJS = \ ..\os2\$D\gdiobj.obj \ ..\os2\$D\window.obj + OS2LIBOBJS = \ accel.obj \ app.obj \ -- 2.45.2