]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/accel.h
Missing exports.
[wxWidgets.git] / include / wx / motif / accel.h
index d67392b8eecc2306c631a7918ca8a0aeb091ef6c..f51093d326af315bfcfee9fcaf5bc04afa8abc9e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        accel.h
+// Name:        wx/motif/accel.h
 // Purpose:     wxAcceleratorTable class
 // Author:      Julian Smart
 // Modified by:
@@ -28,9 +28,9 @@ public:
 
     bool operator == (const wxAcceleratorTable& accel) const { return m_refData == accel.m_refData; }
     bool operator != (const wxAcceleratorTable& accel) const { return m_refData != accel.m_refData; }
-    
+
     bool Ok() const;
-    
+
     // Implementation only
     int GetCount() const;
     wxAcceleratorEntry* GetEntries() const;