Changeset 17 for code/branches
- Timestamp:
- Oct 10, 2007, 10:09:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/Tutorial/ExampleFrameListener.h
r6 r17 50 50 { 51 51 protected: 52 /* 52 53 void updateStats(void) 53 54 { … … 83 84 guiDbg->setCaption(mDebugText); 84 85 } 85 catch(...) { /* ignore */}86 } 87 86 catch(...) { } 87 } 88 */ 88 89 public: 89 90 // Constructor takes a RenderWindow because it uses that to determine input context
Note: See TracChangeset
for help on using the changeset viewer.