mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add missing constructor initialization
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#include "RicMeasurementPickEventHandler.h"
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiuViewerCommands.h"
|
||||
#include "RiuViewer.h"
|
||||
#include "RiuViewerCommands.h"
|
||||
|
||||
#include "Rim3dView.h"
|
||||
#include "RimIntersection.h"
|
||||
@@ -67,8 +67,9 @@ void RicMeasurementPickEventHandler::unregisterAsPickEventHandler()
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RicMeasurementPickEventHandler::RicMeasurementPickEventHandler()
|
||||
{}
|
||||
|
||||
: m_polyLineModeEnabled(false)
|
||||
{
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user