Use a custom method to cast pointers
commit9dd4f6ee3cee13b11e8b6fd32b5f0ccd738e3277
authorChris Robinson <chris.kcat@gmail.com>
Tue, 2 Dec 2014 11:04:44 +0000 (2 03:04 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Tue, 2 Dec 2014 11:04:44 +0000 (2 03:04 -0800)
tree58d92f0bfae9a2428a03ae1ea5b2b1988610f40f
parent5ad42d1683f6e22afc500bd03fc98ed869bfdf08
Use a custom method to cast pointers

Will make it easier to switch between dynamic_cast and static_cast.
12 files changed:
src/auxeffectslot.cpp
src/auxeffectslot.h
src/buffer.h
src/context.cpp
src/context.h
src/device.h
src/devicemanager.h
src/effect.h
src/main.h [new file with mode: 0644]
src/refcount.h
src/source.cpp
src/source.h