]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/accel.cpp
Start of actual filling in of wxFrame. Makefile now supports tiff
[wxWidgets.git] / src / motif / accel.cpp
index 4c87676c43b5507c771923e79a7b046455fe5585..d90a47b95863a50650286ef580c7ca34b9aee979 100644 (file)
@@ -19,9 +19,7 @@
 #include "wx/utils.h"
 #include <ctype.h>
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxAcceleratorTable, wxObject)
-#endif
 
 class WXDLLEXPORT wxAcceleratorRefData: public wxObjectRefData
 {
@@ -61,7 +59,7 @@ wxAcceleratorTable::~wxAcceleratorTable()
 }
 
 // Load from .rc resource
-wxAcceleratorTable::wxAcceleratorTable(const wxString& resource)
+wxAcceleratorTable::wxAcceleratorTable(const wxString& WXUNUSED(resource))
 {
     m_refData = new wxAcceleratorRefData;
 }