MMap: fix a missed change to use pimpl.

next
James Turner 4 years ago
parent 522aed9b73
commit 8e338389dd

@ -71,6 +71,7 @@ public:
};
SGMMapFile::SGMMapFile( )
: d(new SGMMapFilePrivate)
{
set_type( sgFileType );
}

Loading…
Cancel
Save