Author Topic: Default code problem with .h file  (Read 4123 times)

Offline hcye

  • Multiple posting newcomer
  • *
  • Posts: 20
Default code problem with .h file
« on: November 24, 2006, 09:36:34 pm »
I downloaded a recent nightly build, about 3 days ago. There seems to be a problem with default code: the default code will appear in .cpp files, but not in .h files. I like the automatic header file guard #ifndef FOO_H_INCLUDED... Could it be that the default code is over-written by this?