Kaydet (Commit) c599d100 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:privatebase: Make derivation from BitSet explicitly private

Change-Id: I9c61aee4cbf3f461c84f064ac8259e51aa7b0ada
üst 9f2e5040
...@@ -137,7 +137,7 @@ inline bool BitSet::operator!=( const BitSet& rSet ) const ...@@ -137,7 +137,7 @@ inline bool BitSet::operator!=( const BitSet& rSet ) const
return !( *this == rSet ); return !( *this == rSet );
} }
class IndexBitSet : BitSet class IndexBitSet : private BitSet
{ {
public: public:
sal_uInt16 GetFreeIndex(); sal_uInt16 GetFreeIndex();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment