Advertisement
robn

Untitled

Nov 25th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. SmartPtr.h: In destructor ‘ScopedPtr<T>::~ScopedPtr() [with T = GameMenuView]’:
  2. UIController.h:22:7: instantiated from here
  3. SmartPtr.h:95:17: warning: possible problem detected in invocation of delete operator: [enabled by default]
  4. SmartPtr.h:95:17: warning: invalid use of incomplete type ‘struct GameMenuView’ [enabled by default]
  5. UIController.h:11:7: warning: forward declaration of ‘struct GameMenuView’ [enabled by default]
  6. SmartPtr.h:95:17: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement