Browse Source

cmGnuPlot.c : Removed 'inline' from _cmPrintData().

master
Kevin Larke 8 years ago
parent
commit
d13de045f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmGnuPlot.c

+ 1
- 1
cmGnuPlot.c View File

@@ -766,7 +766,7 @@ cmRC_t cmPlotLineMD( const double* x, const double* y, const double* z, unsigned
766 766
 }
767 767
 
768 768
 
769
-inline const double* _cmPrintData( int fd, unsigned i, const double* p, double minV, double fact )
769
+const double* _cmPrintData( int fd, unsigned i, const double* p, double minV, double fact )
770 770
 {
771 771
   if( p != NULL )
772 772
     _cmPrintf(fd,"%f ",*p++);

Loading…
Cancel
Save