> 76 friend SimpleWindow;
> 217 friend WindowManager;
Try changing these to "friend class SimpleWindow;" and "friend class
WindowManager;"
> 155 ~SimpleWindow();
> I don't see the word "virtual" anywhere around lines 149-155; should I?
It's good practice to always make destructors virtual; it's warning
you because you didn't.
-- Tcsh: Now with higher FPS! http://www.gnu.org/philosophy/shouldbefree.html ----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:15:26 EDT