options: Forward declare WriteBufferManager - #433
Conversation
|
@AmnonHanuhov - Please add the issue# to the commit message's title. Also, the commit message is not clear enough IMO. |
I think the title describes exactly what I did, which is Forward declare WriteBufferManager in the options header. Which info is missing in your opinion? |
a2d4320 to
b80ce89
Compare
Fixes #279 There is a circular dependency between options.h and write_buffer_manager.h. In order to fix that, I forward declare the WriteBufferManager class in options.h and include it in options.cc and in other .cc files which use WriteBufferManager.
b80ce89 to
9b2f95c
Compare
|
@AmnonHanuhov - Please have the issue number in parentheses. If it's not clear, please see other commits. Thanks |
|
its fine, i can edit the commit msg when im merging. @udi-speedb , plz approve if there isnt anything else |
|
@Yuval-Ariel Nothing else |
Fixes #279