From Michael Guerrero, "I've attached the files with the new addition of the "registered = true"

flag set."
This commit is contained in:
Robert Osfield 2008-08-29 09:26:07 +00:00
parent ed617f87df
commit 141296c323

View File

@ -33,7 +33,8 @@ using namespace std;
static bool registered = false;
if (!registered){
registerQTReader();
registerQTReader();
registered = true;
}
}