Changeset 200 for trunk/src/MainFrame.h
- Timestamp:
- 05/04/2009 08:56:21 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/MainFrame.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MainFrame.h
r199 r200 27 27 #ifndef OPENYAHTZEE_MAIN_FRAME_INC 28 28 #define OPENYAHTZEE_MAIN_FRAME_INC 29 #include <memory> 30 #include <boost/scoped_ptr.hpp> 29 31 #include "ScoreDice.h" 30 32 #include "configuration.h" … … 82 84 ScoreDice m_score_dice; 83 85 84 configuration::Configuration *m_config;85 statistics::Statistics *m_stats;86 boost::scoped_ptr<configuration::Configuration> m_config; 87 boost::scoped_ptr<statistics::Statistics> m_stats; 86 88 87 89 private:
Note: See TracChangeset
for help on using the changeset viewer.
