mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed Windows compile issue
p4#: 21647
This commit is contained in:
parent
36d7c46e57
commit
db168909d7
@ -59,7 +59,7 @@ class RiaSocketCommand
|
||||
public:
|
||||
|
||||
virtual bool interpretCommand(RiaSocketServer* server, const QList<QByteArray>& args, QDataStream& socketStream) = 0;
|
||||
virtual bool interpretMore(QDataStream& stream) {}
|
||||
virtual bool interpretMore(QDataStream& stream) { return true; }
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user