aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-03 16:21:38 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-02-03 16:37:15 -0200
commit17ff35fce3df1b4e52758aaf017cc0261f48deca (patch)
treef304964f58d2b3e2705870bc935a150dfb96184b /shibokengenerator.h
parentdfa2689d3868fe37f7142367fbcea426f3772dbd (diff)
Fix indentation problems on code injections.
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org> and Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'shibokengenerator.h')
-rw-r--r--shibokengenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shibokengenerator.h b/shibokengenerator.h
index 92c78b143..b46d63d23 100644
--- a/shibokengenerator.h
+++ b/shibokengenerator.h
@@ -300,6 +300,8 @@ protected:
Options options = NoOption) const;
AbstractMetaFunctionList filterFunctions(const AbstractMetaClass* metaClass);
+
+ Indentor INDENT;
private:
bool m_useCtorHeuristic;
bool m_userReturnValueHeuristic;