[nemiver/gtk2-branch] Fix header guard name in nmv-hex-document.h



commit 45b4208ec8f7c82e192fb5bc7182c910bce3be6c
Author: Kalev Lember <kalevlember gmail com>
Date:   Wed Mar 23 18:44:13 2011 +0200

    Fix header guard name in nmv-hex-document.h
    
    * src/uicommon/nmv-hex-document.h: Renamed header guard from
    __NMV_SPINNER_H__ to __NMV_HEX_DOCUMENT_H__.

 src/uicommon/nmv-hex-document.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/uicommon/nmv-hex-document.h b/src/uicommon/nmv-hex-document.h
index 14cb763..640910c 100644
--- a/src/uicommon/nmv-hex-document.h
+++ b/src/uicommon/nmv-hex-document.h
@@ -22,8 +22,8 @@
  *
  *See COPYRIGHT file copyright information.
  */
-#ifndef __NMV_SPINNER_H__
-#define __NMV_SPINNER_H__
+#ifndef __NMV_HEX_DOCUMENT_H__
+#define __NMV_HEX_DOCUMENT_H__
 
 #include "common/nmv-object.h"
 #include "common/nmv-safe-ptr-utils.h"
@@ -72,5 +72,5 @@ public:
 
 NEMIVER_END_NAMESPACE (Hex)
 NEMIVER_END_NAMESPACE (nemiver)
-#endif //__NMV_SPINNER_H__
+#endif //__NMV_HEX_DOCUMENT_H__
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]