]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filefn.h
Document wxMessageQueueError.
[wxWidgets.git] / interface / wx / filefn.h
index 9659221bdb21c49402590291d069811238d2c5fe..6351624c4ef789a080e8cd07779eca03410fee1d 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxPathList and file functions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxPathList and file functions
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -24,6 +24,9 @@
 class wxPathList : public wxArrayString
 {
 public:
 class wxPathList : public wxArrayString
 {
 public:
+    /**
+        Standard constructor.
+    */
     wxPathList();
 
     /**
     wxPathList();
 
     /**