mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Octave Plugin : Move definition of qtDataStreamVersion to RiaSocketServerDefines
After conversion from NULL -> nullptr the octave plugins failed to compile. By moving the define of qtDataStreamVersion this issue was resolved, and the dependency from oct-files to RiaSocketServer.h was not required anymore (and removed)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "../ApplicationCode/SocketInterface/RiaSocketServer.h"
|
||||
#include "../ApplicationCode/SocketInterface/RiaSocketServerDefines.h"
|
||||
|
||||
namespace riOctavePlugin
|
||||
{
|
||||
|
Reference in New Issue
Block a user