Revision: 48397
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48397&view=rev
Author:   n_reed
Date:     2012-01-11 16:43:09 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
removed extra semicolons

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/PCurveOrSurface.cpp

Modified: brlcad/trunk/src/conv/step/PCurveOrSurface.cpp
===================================================================
--- brlcad/trunk/src/conv/step/PCurveOrSurface.cpp      2012-01-11 16:41:24 UTC 
(rev 48396)
+++ brlcad/trunk/src/conv/step/PCurveOrSurface.cpp      2012-01-11 16:43:09 UTC 
(rev 48397)
@@ -50,7 +50,7 @@
     id = 0;
     pcurve = NULL;
     surface = NULL;
-    type = PCurveOrSurface::UNKNOWN;;
+    type = PCurveOrSurface::UNKNOWN;
 }
 
 PCurveOrSurface::PCurveOrSurface(STEPWrapper *sw,int step_id) {
@@ -58,7 +58,7 @@
     id = step_id;
     pcurve = NULL;
     surface = NULL;
-    type = PCurveOrSurface::UNKNOWN;;
+    type = PCurveOrSurface::UNKNOWN;
 }
 
 PCurveOrSurface::~PCurveOrSurface() {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to