@@ -12,7 +12,7 @@ use clangll::*;
1212
1313// Cursor
1414pub struct Cursor {
15- priv x: CXCursor
15+ x : CXCursor
1616}
1717
1818pub type CursorVisitor < ' s > = ' s |c: & Cursor , p : & Cursor | -> Enum_CXChildVisitResult ;
@@ -154,7 +154,7 @@ impl Hash for Cursor {
154154
155155// type
156156pub struct Type {
157- priv x: CXType
157+ x : CXType
158158}
159159
160160impl Type {
@@ -243,7 +243,7 @@ impl Type {
243243
244244// SourceLocation
245245pub struct SourceLocation {
246- priv x: CXSourceLocation
246+ x : CXSourceLocation
247247}
248248
249249impl SourceLocation {
@@ -261,7 +261,7 @@ impl SourceLocation {
261261
262262// File
263263pub struct File {
264- priv x: CXFile
264+ x : CXFile
265265}
266266
267267impl File {
@@ -278,7 +278,7 @@ impl File {
278278
279279// String
280280pub struct String {
281- priv x: CXString
281+ x : CXString
282282}
283283
284284impl fmt:: Show for String {
@@ -292,7 +292,7 @@ impl fmt::Show for String {
292292
293293// Index
294294pub struct Index {
295- priv x: CXIndex
295+ x : CXIndex
296296}
297297
298298impl Index {
@@ -315,7 +315,7 @@ impl Index {
315315
316316// TranslationUnit
317317pub struct TranslationUnit {
318- priv x: CXTranslationUnit
318+ x : CXTranslationUnit
319319}
320320
321321impl TranslationUnit {
@@ -378,7 +378,7 @@ impl TranslationUnit {
378378
379379// Diagnostic
380380pub struct Diagnostic {
381- priv x: CXDiagnostic
381+ x : CXDiagnostic
382382}
383383
384384impl Diagnostic {
@@ -409,7 +409,7 @@ impl Diagnostic {
409409
410410// UnsavedFile
411411pub struct UnsavedFile {
412- priv x: Struct_CXUnsavedFile
412+ x : Struct_CXUnsavedFile
413413}
414414
415415pub fn kind_to_str ( x : Enum_CXCursorKind ) -> & str {
0 commit comments