Convert tabs to spaces.
This commit is contained in:
@@ -51,8 +51,8 @@ class OSGDB_EXPORT DynamicLibrary : public osg::Referenced
|
||||
|
||||
protected:
|
||||
|
||||
/** get handle to library file */
|
||||
static HANDLE getLibraryHandle( const std::string& libraryName);
|
||||
/** get handle to library file */
|
||||
static HANDLE getLibraryHandle( const std::string& libraryName);
|
||||
|
||||
/** disallow default constructor.*/
|
||||
DynamicLibrary():osg::Referenced() {}
|
||||
|
||||
@@ -29,12 +29,12 @@
|
||||
# if defined( _LIB ) || defined( USE_STATIC )
|
||||
# define OSGDB_EXPORT
|
||||
# elif defined( OSGDB_LIBRARY )
|
||||
# define OSGDB_EXPORT __declspec(dllexport)
|
||||
# else
|
||||
# define OSGDB_EXPORT __declspec(dllimport)
|
||||
# endif /* OSGDBSG_LIBRARY */
|
||||
# define OSGDB_EXPORT __declspec(dllexport)
|
||||
# else
|
||||
# define OSGDB_EXPORT __declspec(dllimport)
|
||||
# endif /* OSGDBSG_LIBRARY */
|
||||
#else
|
||||
# define OSGDB_EXPORT
|
||||
# define OSGDB_EXPORT
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@@ -46,8 +46,8 @@ class OSGDB_EXPORT Output : public std::ofstream
|
||||
|
||||
Output& indent();
|
||||
|
||||
/** wrap a string with "" quotes and use \" for any internal quotes.*/
|
||||
std::string wrapString(const std::string& str);
|
||||
/** wrap a string with "" quotes and use \" for any internal quotes.*/
|
||||
std::string wrapString(const std::string& str);
|
||||
|
||||
inline void setIndentStep(int step) { _indentStep = step; }
|
||||
inline int getIndentStep() const { return _indentStep; }
|
||||
|
||||
Reference in New Issue
Block a user