]> Shamusworld >> Repos - apple2/blobdiff - src/gui/button.h
Undoing changes (accidentally) committed from r31.
[apple2] / src / gui / button.h
index fcf366bbc8ad205d2700bff0368d521738609d45..8009486f0bf6c0c75460f04de218542df32ba91a 100755 (executable)
@@ -8,6 +8,7 @@
 #define __BUTTON_H__
 
 #include <string>
+//#include <list>
 #include "element.h"
 
 //Apparently this approach doesn't work for inheritance... D'oh!