removed some debugging and added missing class name definition.
[feisty_meow.git] / nucleus / library / filesystem / filename.h
index f609f9016b0b14f85e8d5625d1da5d2b590d551d..c1710c13e9328f66623abb911dfac745858468e6 100644 (file)
@@ -56,6 +56,8 @@ public:
     /*!< the "name_of_file" can itself be a directory. */
   filename(const filename &to_copy);  //!< copy constructor.
 
+  DEFINE_CLASS_NAME("filename");
+
   virtual ~filename();
 
   bool good() const;