Opened 12 years ago
Closed 12 years ago
#14 closed defect (fixed)
[LINUX] Incomplete class
Reported by: | melon | Owned by: | melon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | 0.1 |
Keywords: | Cc: | epyon |
Description
melon@melon:~/nv/nv/trunk$ make ==== Building nv (debug) ==== object.cc In file included from ../src/object.cc:10:0: ../nv/types.hh: In member function ‘nv::type_entry& nv::type_entry::base()’: ../nv/types.hh:261:36: error: invalid use of incomplete type ‘class nv::type_database’ In file included from ../nv/object.hh:8:0, from ../src/object.cc:7: ../nv/common.hh:133:8: error: forward declaration of ‘class nv::type_database’
Change History (3)
comment:1 Changed 12 years ago by melon
- Type changed from task to defect
comment:2 Changed 12 years ago by epyon
comment:3 Changed 12 years ago by epyon
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [94]) * removed duplicate forward (should fix refs#14)