mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed double namespace prefix
This commit is contained in:
parent
e48c9c0e10
commit
a91bf5144f
@ -32,6 +32,7 @@
|
|||||||
#include "RiuMainPlotWindow.h"
|
#include "RiuMainPlotWindow.h"
|
||||||
#include "RiuNightchartsWidget.h"
|
#include "RiuNightchartsWidget.h"
|
||||||
#include "RiuWellAllocationPlot.h"
|
#include "RiuWellAllocationPlot.h"
|
||||||
|
|
||||||
#include "cvfColor3.h"
|
#include "cvfColor3.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ namespace caf {
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace cvf {
|
namespace cvf {
|
||||||
class cvf::Color3f;
|
class Color3f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user