]> Dogcows Code - chaz/yoink/blobdiff - src/moof/drawable.hh
remove some unused stlplus modules
[chaz/yoink] / src / moof / drawable.hh
index 3882995fe900aceb46ed455433a44ebe81d5d8cf..2f5c6cd09b4ac20261c93722caa39e9cffb6e0d6 100644 (file)
@@ -1,13 +1,11 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #ifndef _MOOF_DRAWABLE_HH_
 #define _MOOF_DRAWABLE_HH_
@@ -29,8 +27,8 @@ namespace moof {
 class drawable
 {
 public:
-       virtual ~drawable() {}
 
+       virtual ~drawable() {}
        virtual void draw(scalar alpha) const = 0;
 };
 
This page took 0.021858 seconds and 4 git commands to generate.