Removed the redundent export symbol.

This commit is contained in:
Robert Osfield
2002-12-16 16:57:47 +00:00
parent 0497b1d675
commit ddbf2ad8a0

View File

@@ -41,7 +41,7 @@ namespace txp
Variant of the regular viewer which knows to call
the Page Manager at the beginning of each app() phase.
*/
class OSGTXP_EXPORT PagingViewer : public osgGLUT::Viewer {
class PagingViewer : public osgGLUT::Viewer {
public:
PagingViewer();
bool Init(OSGPageManager *,txp::OSGPageManager::ThreadMode = txp::OSGPageManager::ThreadNone);