~ubuntu-branches/ubuntu/trusty/kdevplatform/trusty-proposed

« back to all changes in this revision

Viewing changes to language/duchain/classmemberdeclaration.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-12-09 17:24:43 UTC
  • mfrom: (0.3.25)
  • Revision ID: package-import@ubuntu.com-20131209172443-rstb3roh6fj0c5vw
Tags: 1.6.0-0ubuntu1
* New upstream release (LP: #1259220)
* Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
   Boston, MA 02110-1301, USA.
20
20
*/
21
21
 
22
 
#ifndef CLASSMEMBERDECLARATION_H
23
 
#define CLASSMEMBERDECLARATION_H
 
22
#ifndef KDEVPLATFORM_CLASSMEMBERDECLARATION_H
 
23
#define KDEVPLATFORM_CLASSMEMBERDECLARATION_H
24
24
 
25
25
#include "declaration.h"
26
26
 
104
104
 
105
105
Q_DECLARE_OPERATORS_FOR_FLAGS(KDevelop::ClassMemberDeclaration::StorageSpecifiers)
106
106
 
107
 
#endif // CLASSMEMBERDECLARATION_H
 
107
#endif // KDEVPLATFORM_CLASSMEMBERDECLARATION_H
108
108
 
109
109
// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on