summaryrefslogtreecommitdiff
path: root/documentation/classes-and-objects.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 19:24:06 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-06 19:24:06 +0100
commit218c0aa79103bf4d95b938371cc1df372ba15508 (patch)
tree7a13cf991877c758bd07972e61a180b36d2e61ab /documentation/classes-and-objects.html
parent13623531555000977f4d21febda9b2beb2cd6285 (diff)
changes to documentation
Diffstat (limited to 'documentation/classes-and-objects.html')
-rw-r--r--documentation/classes-and-objects.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/classes-and-objects.html b/documentation/classes-and-objects.html
index 27277c1..16de480 100644
--- a/documentation/classes-and-objects.html
+++ b/documentation/classes-and-objects.html
@@ -51,10 +51,10 @@ extern "C" {
</code></pre>
</p>
<p>
- Let's talk about programming conventions first - I always use capitals for
- the first letter of a classname, and my member variables always start with
+ Let's talk about programming conventions first - we always use capitals for
+ the first letter of a classname, and our member variables always start with
an underscore. Every class always has a destructor, and it always is virtual.
- That's just a convention - my convention - and you do not
+ That's just a convention - our convention - and you do not
have to follow that.
</p>
<p>