From a91bf5144f35203bb51edd81fcb71195da211158 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 2 Feb 2017 12:10:14 +0100 Subject: [PATCH] Removed double namespace prefix --- .../ProjectDataModel/Flow/RimTotalWellAllocationPlot.cpp | 1 + .../ProjectDataModel/Flow/RimTotalWellAllocationPlot.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/Flow/RimTotalWellAllocationPlot.cpp b/ApplicationCode/ProjectDataModel/Flow/RimTotalWellAllocationPlot.cpp index 1d2a2aecc0..9cfcdc9e8f 100644 --- a/ApplicationCode/ProjectDataModel/Flow/RimTotalWellAllocationPlot.cpp +++ b/ApplicationCode/ProjectDataModel/Flow/RimTotalWellAllocationPlot.cpp @@ -32,6 +32,7 @@ #include "RiuMainPlotWindow.h" #include "RiuNightchartsWidget.h" #include "RiuWellAllocationPlot.h" + #include "cvfColor3.h" diff --git a/ApplicationCode/ProjectDataModel/Flow/RimTotalWellAllocationPlot.h b/ApplicationCode/ProjectDataModel/Flow/RimTotalWellAllocationPlot.h index 5cf541f367..10f827d504 100644 --- a/ApplicationCode/ProjectDataModel/Flow/RimTotalWellAllocationPlot.h +++ b/ApplicationCode/ProjectDataModel/Flow/RimTotalWellAllocationPlot.h @@ -37,7 +37,7 @@ namespace caf { } namespace cvf { - class cvf::Color3f; + class Color3f; }