From 1379a91fc945c8700b233dd48d8e3e41753acd76 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 31 Jul 2010 09:21:50 +0000 Subject: [PATCH] Fixed build --- src/osgPlugins/txp/TXPParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/txp/TXPParser.h b/src/osgPlugins/txp/TXPParser.h index e1f393e36..a0ecaa1a4 100644 --- a/src/osgPlugins/txp/TXPParser.h +++ b/src/osgPlugins/txp/TXPParser.h @@ -120,7 +120,7 @@ public: // Gets the archive inline TXPArchive* getArchive() { - return _archive.get(); + return _archive; } // Scene parser