Skip to content

Commit 1f2461b

Browse files
committed
::XYPlotDataList -> amrex::XYPlotDataList
1 parent cf2b30d commit 1f2461b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

XYPlotWin.H

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ class XYPlotWin;
4646
typedef void (XYPlotWin::*memberXYCB)(Widget, XtPointer, XtPointer);
4747

4848
typedef struct {
49-
::XYPlotDataList *XYPLIlist;
49+
amrex::XYPlotDataList *XYPLIlist;
5050
Widget wid; // For legend item drawingarea
5151
Widget frame; // For drawingarea frame
5252
Widget menu; // Popup menu for this item
5353
bool drawQ;
5454
int style, color;
5555
Pixel pixel;
5656
#if (BL_SPACEDIM != 3)
57-
amrex::Vector<::XYPlotDataList *> *anim_lists;
57+
amrex::Vector<amrex::XYPlotDataList *> *anim_lists;
5858
amrex::Vector<char> *ready_list;
5959
#endif
6060
} XYPlotLegendItem;
@@ -67,7 +67,7 @@ class XYPlotWin {
6767
AVPApp *parent, int type, int curr_frame = 0);
6868
~XYPlotWin();
6969

70-
void AddDataList(::XYPlotDataList *new_list,
70+
void AddDataList(amrex::XYPlotDataList *new_list,
7171
XYPlotLegendItem *insert_after = NULL);
7272

7373
#if (BL_SPACEDIM != 3)
@@ -154,7 +154,7 @@ class XYPlotWin {
154154

155155
void SetBoundingBox(double lowX = 1.0, double lowY = 1.0,
156156
double highX = 0.0, double highY = 0.0);
157-
void UpdateBoundingBox(::XYPlotDataList *list);
157+
void UpdateBoundingBox(amrex::XYPlotDataList *list);
158158
void textX (Widget win, int x, int y, char *text, int just, int style);
159159
void segX(Widget win, int ns, XSegment *segs, int width,
160160
int style, int lappr, Pixel color);

0 commit comments

Comments
 (0)