diff options
author | pixel <pixel> | 2006-02-02 11:01:12 +0000 |
---|---|---|
committer | pixel <pixel> | 2006-02-02 11:01:12 +0000 |
commit | d05884755c37c131b610c6ce1aef2201d99a10f5 (patch) | |
tree | a3f87af1b0d234748b7a65530e3b7718f78ec294 /Dalos/Console.cc | |
parent | 6c6c434f6cc79aa3b9f01d8d5d7b2d538ee68942 (diff) |
Fixing old Dalos, and fixing Linux compilation.
Diffstat (limited to 'Dalos/Console.cc')
-rw-r--r-- | Dalos/Console.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dalos/Console.cc b/Dalos/Console.cc index b15c4bf..972349f 100644 --- a/Dalos/Console.cc +++ b/Dalos/Console.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Console.cc,v 1.6 2005-12-01 13:15:16 pixel Exp $ */ +/* $Id: Console.cc,v 1.7 2006-02-02 11:01:12 pixel Exp $ */ #include <SDL.h> #include <SDL_thread.h> @@ -218,7 +218,7 @@ console::console(mogltk::shape * sh, mogltk::widget * father, int y, int _nlines SetVisible(false); } -console::~console() { +console::~console() throw (GeneralException) { SDL_DestroyMutex(protect_add_line); } |