21 lines
264 B
C++
21 lines
264 B
C++
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
|
|
|
|
#ifndef explicit_h
|
|
#define explicit_h
|
|
|
|
//
|
|
// INTERFACE definition follows
|
|
//
|
|
|
|
#line 2 "explicit.cpp"
|
|
|
|
class Foo
|
|
{
|
|
|
|
public:
|
|
#line 10 "explicit.cpp"
|
|
explicit Foo(int bar);
|
|
};
|
|
|
|
#endif // explicit_h
|