[nemiver] Fix header guard name in nmv-hex-document.h
- From: Dodji Seketeli <dodji src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [nemiver] Fix header guard name in nmv-hex-document.h
 
- Date: Fri,  1 Apr 2011 19:53:00 +0000 (UTC)
 
commit 81077fde64ebd0094fbd9d612097feaaf38ee0a8
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]