summaryrefslogtreecommitdiff
path: root/src/inc/gcinfodecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/gcinfodecoder.h')
-rw-r--r--src/inc/gcinfodecoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inc/gcinfodecoder.h b/src/inc/gcinfodecoder.h
index 6d4850ad67..5151616229 100644
--- a/src/inc/gcinfodecoder.h
+++ b/src/inc/gcinfodecoder.h
@@ -451,6 +451,7 @@ private:
GcSlotDesc* m_pLastSlot;
};
+#ifdef USE_GC_INFO_DECODER
class GcInfoDecoder
{
public:
@@ -678,6 +679,7 @@ private:
}
}
};
+#endif // USE_GC_INFO_DECODER
#endif // _GC_INFO_DECODER_