Skip to content

Commit

Permalink
BUG #14088. Fix typos in header.
Browse files Browse the repository at this point in the history
CPythonAdaptorAPI wasn't using the correct variable to avoid multiple includes
causing CAdaptorAPI to be hidden. This fixes the issue

Change-Id: Ib6608cbe55cae521b287f7a6a2fbbb9925f7cd2f
  • Loading branch information
utkarshayachit committed May 23, 2013
1 parent 29651c8 commit c24b130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CoProcessing/PythonCatalyst/CPythonAdaptorAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
#ifndef __CAdaptorAPI_h
#define __CAdaptorAPI_h
#ifndef __CPythonAdaptorAPI_h
#define __CPythonAdaptorAPI_h

#include "vtkPVPythonCatalystModule.h"

Expand Down

0 comments on commit c24b130

Please sign in to comment.