~s-cecilio/lomse/master

« back to all changes in this revision

Viewing changes to include/lomse_visitor.h

  • Committer: cecilios
  • Date: 2010-10-10 13:35:19 UTC
  • Revision ID: git-v1:2b333198c3033525d15763b84eaf79dac9fdab80
Preparing to use CMake. Updating with new code and missing files. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
//
21
21
//-------------------------------------------------------------------------------------
22
22
 
23
 
#ifndef __LOMSE__VISITOR_H__
24
 
#define __LOMSE__VISITOR_H__
 
23
#ifndef __LOMSE_VISITOR_H__
 
24
#define __LOMSE_VISITOR_H__
25
25
 
26
26
namespace lomse
27
27
{
73
73
} //namespace lomse
74
74
 
75
75
 
76
 
#endif      //__LOMSE__VISITOR_H__
 
76
#endif      //__LOMSE_VISITOR_H__