mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
CPP: Corrections.
This commit is contained in:
@@ -36,6 +36,6 @@ public:
|
||||
MyClass();
|
||||
MyClass(int from);
|
||||
MyClass(const MyClass &from);
|
||||
MyClass(const MyClass &&from);
|
||||
MyClass(MyClass &&from);
|
||||
operator int();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user