Browse Source

small corrections

Wolfgang Ortmann 9 năm trước cách đây
mục cha
commit
951e448c20
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/FileName.h

+ 2 - 0
src/FileName.h

@@ -11,7 +11,9 @@ public:
   static const char extdel = '.';
 
   FileName(): absolute(false) {};
+
   FileName(const std::string& filename);
+
   FileName(const std::string& path,
            const std::string& name,
            const std::string& ext);