Browse Source

small corrections

Wolfgang Ortmann 9 years ago
parent
commit
951e448c20
1 changed files with 2 additions and 0 deletions
  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);