From 39311cdee3b990978ac04bd41d000816b230ffc7 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 14 Nov 2004 21:08:10 +0000 Subject: [PATCH] From Loic Dachary, added getFileName method --- include/osgDB/Output | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osgDB/Output b/include/osgDB/Output index eef463d1b..03eceaa80 100644 --- a/include/osgDB/Output +++ b/include/osgDB/Output @@ -77,6 +77,7 @@ class OSGDB_EXPORT Output : public std::ofstream inline PathNameHint getPathNameHint() const { return _pathNameHint; } virtual std::string getFileNameForOutput(const std::string& filename) const; + const std::string& getFileName() const { return _filename; } protected: