aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/H264DecoderContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/H264DecoderContext.h')
-rw-r--r--common/rfb/H264DecoderContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/H264DecoderContext.h b/common/rfb/H264DecoderContext.h
index 2316b6b4..bd93b46f 100644
--- a/common/rfb/H264DecoderContext.h
+++ b/common/rfb/H264DecoderContext.h
@@ -42,7 +42,7 @@ namespace rfb {
protected:
os::Mutex mutex;
rfb::Rect rect;
- bool initialized = false;
+ bool initialized;
H264DecoderContext(const Rect &r) : rect(r) { initialized = false; }