diff options
Diffstat (limited to 'c++/src/H5File.h')
-rw-r--r-- | c++/src/H5File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5File.h b/c++/src/H5File.h index c1720f3..b3edbb6 100644 --- a/c++/src/H5File.h +++ b/c++/src/H5File.h @@ -92,7 +92,7 @@ class H5_DLLCPP H5File : public IdComponent, public CommonFG { private: // This function is private and contains common code between the // constructors taking a string or a char* - void getFile( const char* name, unsigned int flags, const FileCreatPropList& create_plist, const FileAccPropList& access_plist ); + void p_get_file( const char* name, unsigned int flags, const FileCreatPropList& create_plist, const FileAccPropList& access_plist ); }; #ifndef H5_NO_NAMESPACE |