[PATCH 2/9] Fix header guard name in nmv-hex-document.h
- From: Kalev Lember <kalevlember gmail com>
- To: nemiver-list gnome org
- Cc: Kalev Lember <kalev smartlink ee>
- Subject: [PATCH 2/9] Fix header guard name in nmv-hex-document.h
- Date: Wed, 23 Mar 2011 18:44:13 +0200
* 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__
--
1.7.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]