rpms/Coin2/FC-4 Coin-2.4.4-gcc-4.1.diff,NONE,1.1

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Dec 22 12:02:03 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/Coin2/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4357

Added Files:
	Coin-2.4.4-gcc-4.1.diff 
Log Message:
New.

Coin-2.4.4-gcc-4.1.diff:

--- NEW FILE Coin-2.4.4-gcc-4.1.diff ---
--- Coin-2.4.4.orig/src/nodes/SoExtSelection.cpp	2005-06-09 13:35:44.000000000 +0200
+++ Coin-2.4.4/src/nodes/SoExtSelection.cpp	2005-12-15 14:14:54.000000000 +0100
@@ -348,7 +348,7 @@
     SbList<SbVec2s> coords;
     SoTimerSensor * updatetimer;
 
-    SelectionState::SelectionState(SoExtSelection * t)
+    SelectionState(SoExtSelection * t)
     {
       this->updatetimer = new SoTimerSensor(&SoExtSelectionP::timercallback, t);
       this->updatetimer->setBaseTime(SbTime::zero());
@@ -356,7 +356,7 @@
       this->reset();
     }
 
-    SelectionState::~SelectionState()
+    ~SelectionState()
     {
       delete this->updatetimer;
     }




More information about the scm-commits mailing list