浏览代码

small corrections

Wolfgang Ortmann 9 年之前
父节点
当前提交
951e448c20
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);