patches/dasher-04-dashermodel.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 17719 b8026ad7b90c
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446

--- dasher-4.11/Src/DasherCore/DasherModel.h-orig	2010-03-15 19:04:18.619960775 -0500
+++ dasher-4.11/Src/DasherCore/DasherModel.h	2010-03-15 19:03:58.416196316 -0500
@@ -56,7 +56,7 @@ namespace Dasher {
 ///             knows the current viewpoint
 ///             knows how to evolve the viewpoint
 ///
-class Dasher::CDasherModel:public CFrameRate, private NoClones
+class Dasher::CDasherModel:public Dasher::CFrameRate, private NoClones
 {
  public: