mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Replace NULL with nullptr
This commit is contained in:
@@ -133,7 +133,7 @@ void RicSnapshotViewToFileFeature::onActionTriggered(bool isChecked)
|
||||
{
|
||||
// Get active view window before displaying the file selection dialog
|
||||
// If this is done after the file save dialog is displayed (and closed)
|
||||
// app->activeViewWindow() returns NULL on Linux
|
||||
// app->activeViewWindow() returns nullptr on Linux
|
||||
|
||||
RimViewWindow* viewWindow = RiaApplication::activeViewWindow();
|
||||
if (!viewWindow)
|
||||
|
||||
Reference in New Issue
Block a user