Fix misprint

This commit is contained in:
vsr 2015-06-16 12:25:19 +03:00
parent dcf2fe5cad
commit 663e6353b9

View File

@ -210,7 +210,7 @@ namespace
} }
#else #else
void inSegmentsToFile( vector< InSegment>& inSegments) {} void inSegmentsToFile( vector< InSegment>& inSegments) {}
void dumpEdge( const TVDedge* edge ) {} void dumpEdge( const TVDEdge* edge ) {}
void dumpCell( const TVDCell* cell ) {} void dumpCell( const TVDCell* cell ) {}
#endif #endif
} }