diff options
| author | Kara Kincaid <kara_kincaid@epam.com> | 2015-10-13 10:06:11 -0400 | 
|---|---|---|
| committer | Kara Kincaid <kara_kincaid@epam.com> | 2015-10-13 10:06:11 -0400 | 
| commit | 45a5a9ed5b45f483a04c3b985be74cbcd38179fe (patch) | |
| tree | 9d7599079877adda1b28cac75b8bc8f8bf057091 /c++.html.markdown | |
| parent | 622d4485ab9efd265be83d16abbe8cb12da7934c (diff) | |
| parent | 59a07411effbd0ed6289e062621deb29fe8641a8 (diff) | |
fix merge conflict in css.html.markdown
Diffstat (limited to 'c++.html.markdown')
| -rw-r--r-- | c++.html.markdown | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/c++.html.markdown b/c++.html.markdown index 6f4d0562..2bee51dc 100644 --- a/c++.html.markdown +++ b/c++.html.markdown @@ -404,6 +404,8 @@ int main() {  // Inheritance:  // This class inherits everything public and protected from the Dog class +// as well as private but may not directly access private members/methods  +// without a public or protected method for doing so  class OwnedDog : public Dog {      void setOwner(const std::string& dogsOwner); | 
