From eecf589a63cba575d8af6210d895c688cd79daba Mon Sep 17 00:00:00 2001 From: mkr Date: Fri, 13 Nov 2015 18:47:39 +0300 Subject: [PATCH] Avoid compilation error. --- src/HYDROPy/HYDROData_LandCoverMap.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HYDROPy/HYDROData_LandCoverMap.sip b/src/HYDROPy/HYDROData_LandCoverMap.sip index cd0ed5b8..73e1c9d5 100644 --- a/src/HYDROPy/HYDROData_LandCoverMap.sip +++ b/src/HYDROPy/HYDROData_LandCoverMap.sip @@ -62,7 +62,7 @@ public: const QStringList& theDBFValues, const QStringList& theStricklerTypes ) const; - bool ExportTelemac( const QString& theFileName, double theDeflection ) const; + //bool ExportTelemac( const QString& theFileName, double theDeflection ) const; bool Add( HYDROData_Object theObject, const QString& theType ) [bool ( const Handle_HYDROData_Object&, const QString& )]; -- 2.39.2