fix gcc complain about non-const reference...
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool Push(T& data)
|
||||
bool Push(const T& data)
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user