source: src/ControlStruct/TranslateEnumRange.hpp @ d66a43b

Last change on this file since d66a43b was d66a43b, checked in by Peter A. Buhr <pabuhr@…>, 7 days ago

fix spelling mistake in file src/ControlStruct/TrasnlateEnumRange.hpp and referents

  • Property mode set to 100644
File size: 150 bytes
Line 
1#pragma once
2
3namespace ast {
4class TranslationUnit;
5}
6
7namespace ControlStruct {
8void translateEnumRange( ast::TranslationUnit & translationUnit );
9}
Note: See TracBrowser for help on using the repository browser.