Consistently use const Class &' instead of Class const &'.
committer: mfx <mfx> 1042741665 +0000
This commit is contained in:
+2
-2
@@ -219,8 +219,8 @@ protected:
|
||||
|
||||
private:
|
||||
// disable copy and assignment
|
||||
LeFile(LeFile const &); // {}
|
||||
LeFile& operator= (LeFile const &); // { return *this; }
|
||||
LeFile(const LeFile &); // {}
|
||||
LeFile& operator= (const LeFile &); // { return *this; }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user