]> Shamusworld >> Repos - architektonas/blobdiff - src/main.cpp
Added line-to-circle intersection code.
[architektonas] / src / main.cpp
index e17fccf139e4fffbd46781b90c87cd1499ec077c..7a2e392073f8ae3f13b7ad1429d8eec534d9495a 100644 (file)
@@ -8,7 +8,7 @@
 // JLH = James Hammons <jlhamm@acm.org>
 //
 // Who  When        What
-// ---  ----------  -------------------------------------------------------------
+// ---  ----------  ------------------------------------------------------------
 // JLH  03/22/2011  Created this file
 //
 
@@ -19,7 +19,7 @@
 
 // Main app constructor--we stick globally accessible stuff here...
 
-Architektonas::Architektonas(int argc, char * argv[]): QApplication(argc, argv)//, charWnd(NULL)
+Architektonas::Architektonas(int argc, char * argv[]): QApplication(argc, argv)//, charWnd(NULL)
 {
        mainWindow = new ApplicationWindow;
        mainWindow->show();