Chromium Code Reviews| Index: src/IceCompileServer.h |
| diff --git a/src/IceCompileServer.h b/src/IceCompileServer.h |
| index 5e308605dbc52bd70561a064232b81f1fd4bd143..ed3883b74a24377348ac1f09303b8f5b2972a999 100644 |
| --- a/src/IceCompileServer.h |
| +++ b/src/IceCompileServer.h |
| @@ -49,7 +49,7 @@ public: |
| virtual void run() = 0; |
| - ErrorCode &getErrorCode() { return LastError; } |
| + virtual ErrorCode &getErrorCode() { return LastError; } |
| void transferErrorCode(ErrorCodes Code) { LastError.assign(Code); } |
| protected: |