Modified SurfaceExtractor to use template template parameters.

This commit is contained in:
David Williams
2011-04-30 23:51:04 +01:00
parent 36a9be83db
commit 3a171e698b
15 changed files with 174 additions and 168 deletions

View File

@ -91,4 +91,4 @@ int main(int argc, char *argv[])
//Run the message pump.
return app.exec();
}
}