Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Various access control levels are incorrect #10

Open
masonmark opened this issue Feb 12, 2018 · 0 comments
Open

Various access control levels are incorrect #10

masonmark opened this issue Feb 12, 2018 · 0 comments
Labels

Comments

@masonmark
Copy link
Collaborator

Various classes/structs/methods need to be marked public throughout the code, so that the library may be used by external program as intended.

Various code was originally extracted from a single application, where the default internal access level worked, but obviously that is not suitable for a library.

Need to go through the entire code base to fix.

@masonmark masonmark added the bug label Feb 12, 2018
masonmark added a commit that referenced this issue Feb 12, 2018
…ough)

These fixes were just what was necessary to get a Linux demo program
to build. We need more fixes; see:

#10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant