Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit edddb04

Browse files
committed
Protected -> private
Vector has no inheritors.
1 parent da7e0a3 commit edddb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

System/Vector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ namespace RTE {
507507
const std::string & GetClassName() const override { return c_ClassName; }
508508
#pragma endregion
509509

510-
protected:
510+
private:
511511

512512
static const std::string c_ClassName; //!< A string with the friendly-formatted type name of this.
513513
};

0 commit comments

Comments
 (0)