MMap: fix a missed change to use pimpl.
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
};
|
||||
|
||||
SGMMapFile::SGMMapFile( )
|
||||
: d(new SGMMapFilePrivate)
|
||||
{
|
||||
set_type( sgFileType );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user