From 7a7358553f49f97179c51291cd1ea2ff4eaa5257 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 2 Aug 2004 15:52:50 +0000 Subject: [PATCH] Fixed warning --- src/osgPlugins/txp/TXPParser.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgPlugins/txp/TXPParser.cpp b/src/osgPlugins/txp/TXPParser.cpp index 8fa43d45e..525dabcdd 100644 --- a/src/osgPlugins/txp/TXPParser.cpp +++ b/src/osgPlugins/txp/TXPParser.cpp @@ -1030,6 +1030,8 @@ void* labelRead::Parse(trpgToken /*tok*/,trpgReadBuffer &buf) _parse->getCurrTop()->addChild(supGeode.get()); } break; + default: + break; }