Ignore:
Timestamp:
Jun 18, 2008 5:32:24 PM (16 years ago)
Author:
gah
Message:

fixes to make compile under gcc-4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/Command.cpp

    r1031 r1053  
    22282228        Axis *axisPtr;
    22292229
     2230        axisPtr = NULL;         /* Suppress compiler warning. */
    22302231        switch (axis) {
    22312232        case 0: axisPtr = &NanoVis::grid->xAxis; break;
Note: See TracChangeset for help on using the changeset viewer.