Skip to content

Commit

Permalink
Undefine macros after use in EdgeExtend headers
Browse files Browse the repository at this point in the history
Whoops sorry, bad practice there.
  • Loading branch information
Zack Moratto committed Jul 7, 2010
1 parent dd214b5 commit 2cb5ed4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vw/Image/EdgeExtension.h
Expand Up @@ -509,6 +509,9 @@ namespace vw {
return EdgeExtensionView<ImageT,ConstantEdgeExtension>( v.impl() );
}

#undef EDGE_FLOAT_FUNCOP
#undef EDGE_INT_FUNCOP

} // namespace vw

#endif // __VW_IMAGE_EDGEEXTENSION_H__

0 comments on commit 2cb5ed4

Please sign in to comment.