Ignore:
Timestamp:
Mar 25, 2013, 6:00:23 PM (11 years ago)
Author:
ldelgass
Message:

Cherry-pick a few fixes from VTK head to allowing compiling against VTK head.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/vtkRpCubeAxesActor.h

    r3479 r3583  
    199199  // many renders) the axes can switch position (jump from one axes
    200200  // to another).
    201   vtkSetClampMacro(Inertia, int, 1, VTK_LARGE_INTEGER);
     201  vtkSetClampMacro(Inertia, int, 1, VTK_INT_MAX);
    202202  vtkGetMacro(Inertia, int);
    203203
Note: See TracChangeset for help on using the changeset viewer.