Fix build with older compilers
This commit is contained in:
@@ -55,6 +55,11 @@ public:
|
||||
: htCaptionRect(r) {
|
||||
}
|
||||
|
||||
NativeFeatures(Feature f)
|
||||
: features(f)
|
||||
{
|
||||
}
|
||||
|
||||
NativeFeatures(Features f)
|
||||
: features(f) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user