]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
to avoid printing troubles with odd length fields padded with zero to become even
[gdcm.git] / src / gdcmUtil.h
index 7b35b952b6eb373fcfcc2944059f3cc54bb7ea97..4c552409cfe2f191fbd439f1a60c207dde49d060 100644 (file)
@@ -42,14 +42,14 @@ private:
  * This class contains all globals elements that might be
  * instanciated only one time
  */
-class gdcmGlobal {
+class GDCM_EXPORT gdcmGlobal {
 public:
    gdcmGlobal(void);
    ~gdcmGlobal();
 
-   static gdcmVR * GetVR(void);
-   static gdcmTS * GetTS(void);
-   static gdcmDictSet * GetDicts(void);
+   static gdcmVR *GetVR(void);
+   static gdcmTS *GetTS(void);
+   static gdcmDictSet *GetDicts(void);
 
 private:
    static gdcmVR *VR;
@@ -66,7 +66,7 @@ void Tokenize (const std::string& str,
 
 extern gdcmDebug dbg;
 
-char * _cleanString(char *v);
+char *_cleanString(char *v);
 std::string _CreateCleanString(std::string s);
 
 //-----------------------------------------------------------------------------