From d8e80e8b66f3e1845a7f56449eba5021b05fb032 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 17 May 2008 01:27:53 +0000 Subject: Added include guard. --- src/RunStyles.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/RunStyles.h b/src/RunStyles.h index f16421fd0..0a333ca2a 100644 --- a/src/RunStyles.h +++ b/src/RunStyles.h @@ -7,6 +7,9 @@ /// Styling buffer using one element for each run rather than using /// a filled buffer. +#ifndef RUNSTYLES_H +#define RUNSTYLES_H + #ifdef SCI_NAMESPACE namespace Scintilla { #endif @@ -39,3 +42,5 @@ public: #ifdef SCI_NAMESPACE } #endif + +#endif -- cgit v1.2.3